background-color: $base_hover_color;
}
- &:disabled { color: transparentize($insensitive_fg_color, 0.7); }
+ &:disabled {
+ color: transparentize($insensitive_fg_color, 0.7);
+ background-color: transparent;
+ }
&:active {
background-color: transparentize(black, 0.9);
&:dir(rtl) { border-style: none solid none none; }
}
+
+ &:dir(ltr):last-child { border-radius: 0 3px 3px 0; }
+
+ &:dir(rtl):first-child { border-radius: 3px 0 0 3px; }
}
}
box-shadow: none;
}
- &:last-child { border-radius: 0 3px 3px 0; }
+ &:dir(ltr):last-child { border-radius: 0 3px 3px 0; }
&:dir(rtl):first-child { border-radius: 3px 0 0 3px; }
}
color: #eeeeec;
background-color: rgba(238, 238, 236, 0.05); }
spinbutton:not(.vertical) button:disabled {
- color: rgba(148, 151, 150, 0.3); }
+ color: rgba(148, 151, 150, 0.3);
+ background-color: transparent; }
spinbutton:not(.vertical) button:active {
background-color: rgba(0, 0, 0, 0.1);
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); }
border-style: none none none solid; }
spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) {
border-style: none solid none none; }
+ spinbutton:not(.vertical) button:dir(ltr):last-child {
+ border-radius: 0 3px 3px 0; }
+ spinbutton:not(.vertical) button:dir(rtl):first-child {
+ border-radius: 3px 0 0 3px; }
.osd spinbutton:not(.vertical) button {
border-color: transparent;
background-color: transparent;
border-color: rgba(0, 0, 0, 0.5);
-gtk-icon-shadow: none;
box-shadow: none; }
- .osd spinbutton:not(.vertical) button:last-child {
+ .osd spinbutton:not(.vertical) button:dir(ltr):last-child {
border-radius: 0 3px 3px 0; }
.osd spinbutton:not(.vertical) button:dir(rtl):first-child {
border-radius: 3px 0 0 3px; }
color: #2e3436;
background-color: rgba(46, 52, 54, 0.05); }
spinbutton:not(.vertical) button:disabled {
- color: rgba(139, 142, 143, 0.3); }
+ color: rgba(139, 142, 143, 0.3);
+ background-color: transparent; }
spinbutton:not(.vertical) button:active {
background-color: rgba(0, 0, 0, 0.1);
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); }
border-style: none none none solid; }
spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) {
border-style: none solid none none; }
+ spinbutton:not(.vertical) button:dir(ltr):last-child {
+ border-radius: 0 3px 3px 0; }
+ spinbutton:not(.vertical) button:dir(rtl):first-child {
+ border-radius: 3px 0 0 3px; }
.osd spinbutton:not(.vertical) button {
border-color: transparent;
background-color: transparent;
border-color: rgba(0, 0, 0, 0.5);
-gtk-icon-shadow: none;
box-shadow: none; }
- .osd spinbutton:not(.vertical) button:last-child {
+ .osd spinbutton:not(.vertical) button:dir(ltr):last-child {
border-radius: 0 3px 3px 0; }
.osd spinbutton:not(.vertical) button:dir(rtl):first-child {
border-radius: 3px 0 0 3px; }